Crate pac_cell

source ·
Expand description

Provides PacCell (a cell of a parent and a child).

Structs§

  • A cell of a parent and a child, which is created by mutably borrowing the parent. While the parent is in the cell, it cannot be accessed in any way. Provides mutable access to the child.